home *** CD-ROM | disk | FTP | other *** search
/ Hyper Stacks 1994 May / Hyper Stacks (Pacific HiTech)(1994)[Mac].iso / Reference / VERSACAD⁄MACINTOSH / card_10504.txt < prev    next >
Encoding:
Text File  |  1988-01-11  |  14.8 KB  |  690 lines

  1. -- card: 10504 from stack: in
  2. -- bmap block id: 44167
  3. -- flags: 0000
  4. -- background id: 2739
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=445 top=295 right=320 bottom=486
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 2162 / 2162
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: 
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   visual effect dissolve
  23.   go to card id 2938
  24. end mouseUp
  25.  
  26.  
  27.  
  28. -- part 2 (field)
  29. -- low flags: 01
  30. -- high flags: 0000
  31. -- rect: left=145 top=56 right=89 bottom=370
  32. -- title width / last selected line: 0
  33. -- icon id / first selected line: 0 / 0
  34. -- text alignment: 1
  35. -- font id: 2
  36. -- text size: 18
  37. -- style flags: 0
  38. -- line height: 24
  39. -- part name: 
  40.  
  41.  
  42. -- part 3 (button)
  43. -- low flags: 00
  44. -- high flags: 2006
  45. -- rect: left=38 top=68 right=82 bottom=112
  46. -- title width / last selected line: 0
  47. -- icon id / first selected line: 0 / 0
  48. -- text alignment: 1
  49. -- font id: 0
  50. -- text size: 12
  51. -- style flags: 0
  52. -- line height: 16
  53. -- part name: single
  54. ----- HyperTalk script -----
  55. on mouseWithin
  56.   show card field single
  57.   set hilite of button single to true
  58.   set hilite of button onedir to false
  59.   set hilite of button twodir to false
  60.   set hilite of button circular to false
  61. end mouseWithin
  62.  
  63. on mouseLeave
  64.   hide card field single
  65. end mouseLeave
  66.  
  67.  
  68. -- part 4 (button)
  69. -- low flags: 00
  70. -- high flags: 2006
  71. -- rect: left=38 top=92 right=107 bottom=147
  72. -- title width / last selected line: 0
  73. -- icon id / first selected line: 0 / 0
  74. -- text alignment: 1
  75. -- font id: 0
  76. -- text size: 12
  77. -- style flags: 0
  78. -- line height: 16
  79. -- part name: onedir
  80. ----- HyperTalk script -----
  81. on mouseWithin
  82.   show card field onedir
  83.   set hilite of button single to false
  84.   set hilite of button onedir to true
  85.   set hilite of button twodir to false
  86.   set hilite of button circular to false
  87. end mouseWithin
  88.  
  89. on mouseLeave
  90.   hide card field onedir
  91. end mouseLeave
  92.  
  93.  
  94. -- part 5 (button)
  95. -- low flags: 00
  96. -- high flags: 6006
  97. -- rect: left=38 top=118 right=132 bottom=154
  98. -- title width / last selected line: 0
  99. -- icon id / first selected line: 0 / 0
  100. -- text alignment: 1
  101. -- font id: 0
  102. -- text size: 12
  103. -- style flags: 0
  104. -- line height: 16
  105. -- part name: twodir
  106. ----- HyperTalk script -----
  107. on mouseWithin
  108.   show card field twodir
  109.   set hilite of button single to false
  110.   set hilite of button onedir to false
  111.   set hilite of button twodir to true
  112.   set hilite of button circular to false
  113. end mouseWithin
  114.  
  115. on mouseLeave
  116.   hide card field twodir
  117. end mouseLeave
  118.  
  119.  
  120. -- part 6 (button)
  121. -- low flags: 00
  122. -- high flags: 2006
  123. -- rect: left=38 top=167 right=181 bottom=112
  124. -- title width / last selected line: 0
  125. -- icon id / first selected line: 0 / 0
  126. -- text alignment: 1
  127. -- font id: 0
  128. -- text size: 12
  129. -- style flags: 0
  130. -- line height: 16
  131. -- part name: circular
  132. ----- HyperTalk script -----
  133. on mouseWithin
  134.   show card field circular
  135.   set hilite of button single to false
  136.   set hilite of button onedir to false
  137.   set hilite of button twodir to false
  138.   set hilite of button circular to true
  139. end mouseWithin
  140.  
  141. on mouseLeave
  142.   hide card field circular
  143. end mouseLeave
  144.  
  145.  
  146. -- part 7 (button)
  147. -- low flags: 00
  148. -- high flags: 0000
  149. -- rect: left=160 top=88 right=110 bottom=378
  150. -- title width / last selected line: 0
  151. -- icon id / first selected line: 0 / 0
  152. -- text alignment: 1
  153. -- font id: 0
  154. -- text size: 12
  155. -- style flags: 0
  156. -- line height: 16
  157. -- part name: 
  158. ----- HyperTalk script -----
  159. on mouseWithin
  160.   show card field OneDirNum
  161. end mouseWithin
  162.  
  163. on mouseLeave
  164.   hide card field OneDirNum
  165. end mouseLeave
  166.  
  167.  
  168. -- part 11 (button)
  169. -- low flags: 00
  170. -- high flags: 0000
  171. -- rect: left=160 top=114 right=136 bottom=474
  172. -- title width / last selected line: 0
  173. -- icon id / first selected line: 0 / 0
  174. -- text alignment: 1
  175. -- font id: 0
  176. -- text size: 12
  177. -- style flags: 0
  178. -- line height: 16
  179. -- part name: 
  180. ----- HyperTalk script -----
  181. on mouseWithin
  182.   show card field TwoDirNumX
  183. end mouseWithin
  184.  
  185. on mouseLeave
  186.   hide card field TwoDirNumX
  187. end mouseLeave
  188.  
  189.  
  190. -- part 12 (button)
  191. -- low flags: 00
  192. -- high flags: 0000
  193. -- rect: left=160 top=138 right=160 bottom=474
  194. -- title width / last selected line: 0
  195. -- icon id / first selected line: 0 / 0
  196. -- text alignment: 1
  197. -- font id: 0
  198. -- text size: 12
  199. -- style flags: 0
  200. -- line height: 16
  201. -- part name: 
  202. ----- HyperTalk script -----
  203. on mouseWithin
  204.   show card field TwoDirNumY
  205. end mouseWithin
  206.  
  207. on mouseLeave
  208.   hide card field TwoDirNumY
  209. end mouseLeave
  210.  
  211.  
  212. -- part 13 (button)
  213. -- low flags: 00
  214. -- high flags: 0000
  215. -- rect: left=160 top=163 right=185 bottom=378
  216. -- title width / last selected line: 0
  217. -- icon id / first selected line: 0 / 0
  218. -- text alignment: 1
  219. -- font id: 0
  220. -- text size: 12
  221. -- style flags: 0
  222. -- line height: 16
  223. -- part name: 
  224. ----- HyperTalk script -----
  225. on mouseWithin
  226.   show card field rotation
  227. end mouseWithin
  228.  
  229. on mouseLeave
  230.   hide card field rotation
  231. end mouseLeave
  232.  
  233.  
  234. -- part 14 (button)
  235. -- low flags: 00
  236. -- high flags: 0000
  237. -- rect: left=160 top=187 right=209 bottom=378
  238. -- title width / last selected line: 0
  239. -- icon id / first selected line: 0 / 0
  240. -- text alignment: 1
  241. -- font id: 0
  242. -- text size: 12
  243. -- style flags: 0
  244. -- line height: 16
  245. -- part name: 
  246. ----- HyperTalk script -----
  247. on mouseWithin
  248.   show card field number
  249. end mouseWithin
  250.  
  251. on mouseLeave
  252.   hide card field number
  253. end mouseLeave
  254.  
  255.  
  256. -- part 15 (button)
  257. -- low flags: 00
  258. -- high flags: 0000
  259. -- rect: left=160 top=211 right=233 bottom=378
  260. -- title width / last selected line: 0
  261. -- icon id / first selected line: 0 / 0
  262. -- text alignment: 1
  263. -- font id: 0
  264. -- text size: 12
  265. -- style flags: 0
  266. -- line height: 16
  267. -- part name: 
  268. ----- HyperTalk script -----
  269. on mouseWithin
  270.   show card field group
  271. end mouseWithin
  272.  
  273. on mouseLeave
  274.   hide card field group
  275. end mouseLeave
  276.  
  277.  
  278. -- part 16 (button)
  279. -- low flags: 00
  280. -- high flags: 6005
  281. -- rect: left=38 top=233 right=247 bottom=109
  282. -- title width / last selected line: 0
  283. -- icon id / first selected line: 0 / 0
  284. -- text alignment: 1
  285. -- font id: 0
  286. -- text size: 12
  287. -- style flags: 0
  288. -- line height: 16
  289. -- part name: 
  290. ----- HyperTalk script -----
  291. on mouseWithin
  292.   show card field handle
  293. end mouseWithin
  294.  
  295. on mouseLeave
  296.   hide card field handle
  297. end mouseLeave
  298.  
  299.  
  300. -- part 18 (button)
  301. -- low flags: 00
  302. -- high flags: 2005
  303. -- rect: left=38 top=249 right=263 bottom=109
  304. -- title width / last selected line: 0
  305. -- icon id / first selected line: 0 / 0
  306. -- text alignment: 1
  307. -- font id: 0
  308. -- text size: 12
  309. -- style flags: 0
  310. -- line height: 16
  311. -- part name: 
  312. ----- HyperTalk script -----
  313. on mouseWithin
  314.   show card field original
  315. end mouseWithin
  316.  
  317. on mouseLeave
  318.   hide card field original
  319. end mouseLeave
  320.  
  321.  
  322. -- part 19 (button)
  323. -- low flags: 00
  324. -- high flags: 2005
  325. -- rect: left=38 top=265 right=279 bottom=109
  326. -- title width / last selected line: 0
  327. -- icon id / first selected line: 0 / 0
  328. -- text alignment: 1
  329. -- font id: 0
  330. -- text size: 12
  331. -- style flags: 0
  332. -- line height: 16
  333. -- part name: 
  334. ----- HyperTalk script -----
  335. on mouseWithin
  336.   show card field swap
  337. end mouseWithin
  338.  
  339. on mouseLeave
  340.   hide card field swap
  341. end mouseLeave
  342.  
  343.  
  344. -- part 20 (button)
  345. -- low flags: 00
  346. -- high flags: 2000
  347. -- rect: left=39 top=288 right=308 bottom=99
  348. -- title width / last selected line: 0
  349. -- icon id / first selected line: 0 / 0
  350. -- text alignment: 1
  351. -- font id: 0
  352. -- text size: 12
  353. -- style flags: 0
  354. -- line height: 16
  355. -- part name: 
  356. ----- HyperTalk script -----
  357. on mouseWithin
  358.   show card field ok
  359. end mouseWithin
  360.  
  361. on mouseLeave
  362.   hide card field ok
  363. end mouseLeave
  364.  
  365.  
  366. -- part 22 (button)
  367. -- low flags: 00
  368. -- high flags: 2000
  369. -- rect: left=127 top=288 right=308 bottom=187
  370. -- title width / last selected line: 0
  371. -- icon id / first selected line: 0 / 0
  372. -- text alignment: 1
  373. -- font id: 0
  374. -- text size: 12
  375. -- style flags: 0
  376. -- line height: 16
  377. -- part name: 
  378. ----- HyperTalk script -----
  379. on mouseWithin
  380.   show card field cancel
  381. end mouseWithin
  382.  
  383. on mouseLeave
  384.   hide card field cancel
  385. end mouseLeave
  386.  
  387.  
  388. -- part 38 (field)
  389. -- low flags: 01
  390. -- high flags: 0002
  391. -- rect: left=197 top=259 right=307 bottom=449
  392. -- title width / last selected line: 0
  393. -- icon id / first selected line: 0 / 0
  394. -- text alignment: 0
  395. -- font id: 2
  396. -- text size: 12
  397. -- style flags: 0
  398. -- line height: 16
  399. -- part name: 
  400.  
  401.  
  402. -- part 23 (field)
  403. -- low flags: 81
  404. -- high flags: 2004
  405. -- rect: left=96 top=89 right=218 bottom=383
  406. -- title width / last selected line: 0
  407. -- icon id / first selected line: 0 / 0
  408. -- text alignment: 0
  409. -- font id: 2
  410. -- text size: 12
  411. -- style flags: 0
  412. -- line height: 16
  413. -- part name: single
  414.  
  415.  
  416. -- part 24 (field)
  417. -- low flags: 81
  418. -- high flags: 2004
  419. -- rect: left=96 top=114 right=243 bottom=383
  420. -- title width / last selected line: 0
  421. -- icon id / first selected line: 0 / 0
  422. -- text alignment: 0
  423. -- font id: 2
  424. -- text size: 12
  425. -- style flags: 0
  426. -- line height: 16
  427. -- part name: onedir
  428.  
  429.  
  430. -- part 25 (field)
  431. -- low flags: 81
  432. -- high flags: 2004
  433. -- rect: left=96 top=145 right=274 bottom=383
  434. -- title width / last selected line: 0
  435. -- icon id / first selected line: 0 / 0
  436. -- text alignment: 0
  437. -- font id: 2
  438. -- text size: 12
  439. -- style flags: 0
  440. -- line height: 16
  441. -- part name: twodir
  442.  
  443.  
  444. -- part 26 (field)
  445. -- low flags: 81
  446. -- high flags: 2004
  447. -- rect: left=96 top=191 right=320 bottom=383
  448. -- title width / last selected line: 0
  449. -- icon id / first selected line: 0 / 0
  450. -- text alignment: 0
  451. -- font id: 2
  452. -- text size: 12
  453. -- style flags: 0
  454. -- line height: 16
  455. -- part name: circular
  456.  
  457.  
  458. -- part 27 (field)
  459. -- low flags: 81
  460. -- high flags: 2004
  461. -- rect: left=123 top=132 right=241 bottom=340
  462. -- title width / last selected line: 0
  463. -- icon id / first selected line: 0 / 0
  464. -- text alignment: 0
  465. -- font id: 2
  466. -- text size: 12
  467. -- style flags: 0
  468. -- line height: 16
  469. -- part name: handle
  470.  
  471.  
  472. -- part 28 (field)
  473. -- low flags: 81
  474. -- high flags: 2004
  475. -- rect: left=123 top=152 right=261 bottom=340
  476. -- title width / last selected line: 0
  477. -- icon id / first selected line: 0 / 0
  478. -- text alignment: 0
  479. -- font id: 2
  480. -- text size: 12
  481. -- style flags: 0
  482. -- line height: 16
  483. -- part name: original
  484.  
  485.  
  486. -- part 29 (field)
  487. -- low flags: 81
  488. -- high flags: 2004
  489. -- rect: left=123 top=174 right=283 bottom=340
  490. -- title width / last selected line: 0
  491. -- icon id / first selected line: 0 / 0
  492. -- text alignment: 0
  493. -- font id: 2
  494. -- text size: 12
  495. -- style flags: 0
  496. -- line height: 16
  497. -- part name: swap
  498.  
  499.  
  500. -- part 30 (field)
  501. -- low flags: 81
  502. -- high flags: 2004
  503. -- rect: left=88 top=183 right=270 bottom=263
  504. -- title width / last selected line: 0
  505. -- icon id / first selected line: 0 / 0
  506. -- text alignment: 0
  507. -- font id: 2
  508. -- text size: 12
  509. -- style flags: 0
  510. -- line height: 16
  511. -- part name: ok
  512.  
  513.  
  514. -- part 31 (field)
  515. -- low flags: 81
  516. -- high flags: 2004
  517. -- rect: left=160 top=183 right=270 bottom=335
  518. -- title width / last selected line: 0
  519. -- icon id / first selected line: 0 / 0
  520. -- text alignment: 0
  521. -- font id: 2
  522. -- text size: 12
  523. -- style flags: 0
  524. -- line height: 16
  525. -- part name: cancel
  526.  
  527.  
  528. -- part 32 (field)
  529. -- low flags: 81
  530. -- high flags: 2004
  531. -- rect: left=148 top=116 right=225 bottom=365
  532. -- title width / last selected line: 0
  533. -- icon id / first selected line: 0 / 0
  534. -- text alignment: 0
  535. -- font id: 2
  536. -- text size: 12
  537. -- style flags: 0
  538. -- line height: 16
  539. -- part name: OneDirNum
  540.  
  541.  
  542. -- part 33 (field)
  543. -- low flags: 81
  544. -- high flags: 2004
  545. -- rect: left=148 top=139 right=248 bottom=365
  546. -- title width / last selected line: 0
  547. -- icon id / first selected line: 0 / 0
  548. -- text alignment: 0
  549. -- font id: 2
  550. -- text size: 12
  551. -- style flags: 0
  552. -- line height: 16
  553. -- part name: TwoDirNumX
  554.  
  555.  
  556. -- part 34 (field)
  557. -- low flags: 81
  558. -- high flags: 2004
  559. -- rect: left=148 top=162 right=271 bottom=365
  560. -- title width / last selected line: 0
  561. -- icon id / first selected line: 0 / 0
  562. -- text alignment: 0
  563. -- font id: 2
  564. -- text size: 12
  565. -- style flags: 0
  566. -- line height: 16
  567. -- part name: TwoDirNumY
  568.  
  569.  
  570. -- part 35 (field)
  571. -- low flags: 81
  572. -- high flags: 2004
  573. -- rect: left=148 top=189 right=298 bottom=365
  574. -- title width / last selected line: 0
  575. -- icon id / first selected line: 0 / 0
  576. -- text alignment: 0
  577. -- font id: 2
  578. -- text size: 12
  579. -- style flags: 0
  580. -- line height: 16
  581. -- part name: rotation
  582.  
  583.  
  584. -- part 36 (field)
  585. -- low flags: 81
  586. -- high flags: 2004
  587. -- rect: left=148 top=212 right=321 bottom=365
  588. -- title width / last selected line: 0
  589. -- icon id / first selected line: 0 / 0
  590. -- text alignment: 0
  591. -- font id: 2
  592. -- text size: 12
  593. -- style flags: 0
  594. -- line height: 16
  595. -- part name: number
  596.  
  597.  
  598. -- part 37 (field)
  599. -- low flags: 81
  600. -- high flags: 2004
  601. -- rect: left=149 top=233 right=342 bottom=366
  602. -- title width / last selected line: 0
  603. -- icon id / first selected line: 0 / 0
  604. -- text alignment: 0
  605. -- font id: 2
  606. -- text size: 12
  607. -- style flags: 0
  608. -- line height: 16
  609. -- part name: group
  610.  
  611.  
  612. -- part contents for card part 2
  613. ----- text -----
  614. Copy
  615.  
  616. -- part contents for card part 23
  617. ----- text -----
  618. Single will copy the selected object or group of objects to the new cursor location.
  619.  
  620. -- part contents for card part 24
  621. ----- text -----
  622. One direction copies the object or group of objects the number of times you have specified in Number of Copies.
  623.  
  624. You will be asked to visually show the direction of copying and the distance.
  625.  
  626. -- part contents for card part 25
  627. ----- text -----
  628. Two directions copies the object or group of objects in both the x and y directions the number of times you have entered in Number of Copies for x and y.
  629.  
  630. You will be asked to visually show the distance between copies.
  631.  
  632. -- part contents for card part 26
  633. ----- text -----
  634. Circular copies the object or group of objects in a circular pattern.
  635.  
  636. ‚Ä¢ Use the cursor to define the point about which the copies will be rotated.
  637.  
  638. -- part contents for card part 29
  639. ----- text -----
  640. Swaps the direction of an object having directionality, such as an arc with an arrowhead on one end.
  641.  
  642. -- part contents for card part 28
  643. ----- text -----
  644. Original returns the copy to its original location, before being moved.
  645.  
  646. -- part contents for card part 27
  647. ----- text -----
  648. Changes the handle point of an object that has alternate handle points.
  649.  
  650. -- part contents for card part 31
  651. ----- text -----
  652. The cancel button aborts the changes you have made inside the dialog box.
  653.  
  654. -- part contents for card part 30
  655. ----- text -----
  656. The OK button accepts your changes and closes the dialog.
  657.  
  658.  
  659. -- part contents for card part 32
  660. ----- text -----
  661. Enter the total number of copies, including the original object in the count.
  662.  
  663. -- part contents for card part 34
  664. ----- text -----
  665. Enter the total number of copies in the y direction, including the original object.
  666.  
  667.  
  668. -- part contents for card part 33
  669. ----- text -----
  670. Enter the total number of copies in the x direciton, including the original object.
  671.  
  672. -- part contents for card part 35
  673. ----- text -----
  674. Enter the relative angular offset (in degrees) between each of the copies.
  675.  
  676. -- part contents for card part 36
  677. ----- text -----
  678. Enter the total number of copies desired.
  679.  
  680. ‚Ä¢ Be sure to include the original in your total count.
  681.  
  682. -- part contents for card part 37
  683. ----- text -----
  684. Enter the relative angular offset (in degrees) to be applied to each copy.
  685.  
  686. Normally, this is the same as the incremental rotation.
  687.  
  688. -- part contents for card part 38
  689. ----- text -----
  690. To copy a collection of objects, select the GROUP mode ("G" icon) first.